home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / Emulation_Include_Files / windows.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  536 b   |  36 lines

  1. /*++
  2.  
  3. Copyright (c) 1995-1998  Microsoft Corporation
  4.  
  5. Module Name: windows.h
  6.  
  7. Purpose: Master include file for Windows applications.
  8.  
  9. --*/
  10.  
  11. #ifndef __WINDOWS__
  12. #define __WINDOWS__
  13.  
  14. #ifdef SHx
  15. #pragma warning(disable:4710)
  16. #endif
  17.  
  18. #include <windef.h>
  19. #include <types.h>
  20. #include <winbase.h>
  21. #include <wingdi.h>
  22. #include <winuser.h>
  23. #include <winreg.h>
  24. #include <shellapi.h>
  25. #ifndef WINCEMACRO
  26. #include <ole2.h>
  27. #endif
  28.  
  29. #include <imm.h>
  30.  
  31. #include <tchar.h>
  32. #include <excpt.h>
  33.  
  34. #endif /* __WINDOWS__ */
  35.  
  36.